home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Arch / Aix / config.h < prev   
Text File  |  1995-02-27  |  354b  |  18 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for AIX platforms */
  6.  
  7. #define USE_TERMIOS
  8. #define SIGNED            /* This is really needed! */
  9.  
  10. typedef void *GENERIC;
  11.  
  12. /* Don't use protos, because gcc doesn't like structures in parameters
  13.  * and mixing protos with non-protos style */
  14. #define P(x) ()
  15.  
  16. /* #define ID(x) */
  17. #define ID(x)  LOCAL char id[] = x ;
  18.